home *** CD-ROM | disk | FTP | other *** search
/ 1st Multimedia Mac Shareware / Multimedia Shareware CD-ROM - BetaCorp.iso / Health⁄Med / Neuro / NNCS / stack_-1.xml < prev   
Encoding:
Extensible Markup Language  |  1992-08-10  |  1.4 KB  |  24 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
  3. <stack>
  4.     <name>in</name>
  5.     <id>-1</id>
  6.     <cardCount>3</cardCount>
  7.     <cardID>2974</cardID>
  8.     <listID>2123</listID>
  9.     <cantModify><false /></cantModify>
  10.     <cantDelete><false /></cantDelete>
  11.     <cantAbort><false /></cantAbort>
  12.     <cardSize>
  13.         <width>512</width>
  14.         <height>342</height>
  15.     </cardSize>
  16.     <script>on SendOut
  17. repeat with numOfLines = 1 to number of lines in field "Connections"
  18. Put line numOfLInes of field "Connection Strength" into ConStrength
  19. Put field "Output" into OutputVal
  20. get line numOfLInes of field "Connections"
  21. put number of chars in it into numChar
  22. repeat with numOfChar = 9 to numChar
  23. put char numOfChar of it after PSNeuron
  24. end repeat
  25. Add (ConStrength*OutPutVal) to field "Input" of card id PSNeuron
  26. Put empty into PSNeuron
  27. end repeat
  28. end SendOut
  29.  
  30. on openStack
  31. go to first card
  32. end openstack
  33.  
  34. on closeStack
  35. go to card id 2974
  36. hide card button id 6
  37. end closeStack
  38.  
  39. </script>
  40.     <background id="2797" file="background_2797.xml" name="" />
  41.     <background id="3729" file="background_3729.xml" name="" />
  42.     <background id="3959" file="background_3959.xml" name="" />
  43.     <card id="2974" file="card_2974.xml" marked="false" name="Help Card" owner="2797" />
  44.     <card id="4187" file="card_4187.xml" marked="false" name="" owner="3959" />
  45.     <card id="4651" file="card_4651.xml" marked="false" name="" owner="3729" />
  46. </stack>
  47.